home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1997 December
/
MACPOWER-1997-12.ISO.7z
/
MACPOWER-1997-12.ISO
/
AMUG
/
PROGRAMMING
/
Raven 1.2.sit
/
Raven 1.2
/
Source
/
Foundation
/
Common
/
SLFunctions.c
next >
Wrap
C/C++ Source or Header
|
1997-02-20
|
233b
|
22 lines
#include "SLFunctions.h"
void SLDisable(void) // Spotlight will replace these functions when it starts up
{
}
void SLEnable(void)
{
}
void SLEnterInterrupt(void)
{
}
void SLLeaveInterrupt(void)
{
}
void SLResetLeaks(void)
{
}